home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / a_utils / perl / msds-prl / readme.dpm < prev    next >
Text File  |  1993-07-25  |  586b  |  23 lines

  1. Marc Pawlowsky
  2. November 1992
  3.  
  4.  
  5. The following files contain the new files that allow PERL
  6. to compile using Metaware's High C version 3.03 @ 96, with the
  7. result being linked using the Phar Lap 386 linker version 
  8. 4.0.
  9.  
  10. To create the program, create a new directory labelled dpmi, in the
  11. main perl source directory.  Execute getfiles.bat, then copy
  12. the new files into the subdirectory, then execute
  13. make use makefile.
  14.  
  15.  
  16. Known bugs
  17. ==========
  18.  
  19. Integers do not convert to and from doubles exactly.  e.g.
  20. 1 becomes 1.00000000000000056.  The causes problems for
  21. output and for logical tests.
  22.  
  23.